home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / edlin / changelo < prev    next >
Encoding:
Text File  |  2003-06-29  |  5.3 KB  |  115 lines

  1. 2003-06-29 Gregory Pietsch <GKP1@flash.net>
  2.         * msgs-fi.h : New file -- draft translation of the msgs.h file
  3.           into Finnish.
  4.         * msgs-sv.h : New file -- draft translation of the msgs.h file
  5.           into Swedish.
  6.  
  7. 2003-06-22 Gregory Pietsch <GKP1@flash.net>
  8.         * msgs-pt.h : Fixed Portuguese draft.
  9.         * msgs-eu.h : I asked for it, I got it: a translation of the
  10.           msgs.h file into Basque! Thanks, Aitor Santamaria Merino!
  11.         * msgs-de.h : Modified Eric Auer's translation to include umlauts.
  12.         * TODO : For some reason, this file was missing from 2.0A. Added
  13.           the status of the internationalization project.
  14.         * msgs-da.h : New file -- draft translation of the msgs.h file
  15.           into Danish.
  16.  
  17. 2003-06-19 Gregory Pietsch <GKP1@flash.net>
  18.         * msgs-no.h : New translation of the msgs.h file into
  19.           Norwegian. As usual, this is a draft.
  20.         * msgs-is.h : New translation of the msgs.h file into
  21.           Icelandic. As usual, this is a draft.
  22.         * Version 2.0A released.
  23.  
  24. 2003-06-18 Gregory Pietsch <GKP1@flash.net>
  25.         * msgs-it.h msgs-fr.h : Fixed these files based on
  26.           e-mails from Maurizio Spagni <flurmy@comune.re.it>,
  27.           Roberto Mariottini <roberto.mariottini@primaelectronics.com>,
  28.           Salvo Isaja <salvois@users.sourceforge.net>, and
  29.           Achille Foulleul <achille.fouilleul@gambro.com>. Thanks
  30.           everyone for the new translations!
  31.         * msgs-pt.h : New translation of the message file into
  32.           Portuguese. As usual, this is a draft.
  33.  
  34. 2003-06-14 Gregory Pietsch <GKP1@flash.net>
  35.         * msgs-it.h : New translation of the message file into Italian.
  36.           The usual caveats apply; the translation might not be any good,
  37.           but who knows?
  38.         * msgs-es.h : New translation from Aitor SANTAMARIA_MERINO
  39.           <aitor.sm@wanadoo.es>. This replaces the "broken" Spanish
  40.           translation.
  41.         * Makefile.am : Added msgs-it.h into EXTRA_DIST area.
  42.         * Version 2.0 released.
  43.  
  44. 2003-06-13 Gregory Pietsch <GKP1@flash.net>
  45.         * msgs-es.h msgs-fr.h : New translations of the message file into
  46.           Spanish and French, respectively. These translations are broken
  47.           since my translating abilities aren't very good. Any volunteers?
  48.         * Renamed program to edlin.
  49.         * edlin.c : New file - renamed from edline.c.
  50.         * edlin.htm : New file - renamed from edline.htm.
  51.         * Makefile.am : Add msgs-es.h and msgs-fr.h into EXTRA_DIST area.
  52.         * NEWS : Modified.
  53.  
  54. 2003-06-09 Gregory Pietsch <GKP1@flash.net>
  55.         * msgs-de.h : New file from Eric Auer <eric@CoLi.Uni-SB.DE>. Replaces
  56.           the broken file I had.
  57.  
  58. 2003-05-30 Gregory Pietsch <GKP1@flash.net>
  59.         * msgs.h : New file.
  60.         * msgs-en.h : New file for internationalization.
  61.         * msgs-de.h : New translation of the msgs.h file into German.
  62.         * configure.in : version changed.
  63.         * Makefile.am : Added new files.
  64.         * edline.c edlib.c error.c : Minor alterations to outputted strings
  65.           for internationalization.
  66.         * New version: 1.4 released.
  67.  
  68. 2003-05-13 Gregory Pietsch <GKP1@flash.net>
  69.         * edline.htm : New file for HTML HELP.
  70.         * Makefile.am : Added edline.htm in EXTRA_DIST area.
  71.         * New version: 1.3 released.
  72.  
  73. 2003-05-10 Gregory Pietsch <GKP1@flash.net>
  74.         * dynstr.c (DSassigncstr): Added.
  75.         * dynstr.c (DScopy): Dropped; use a combination of DScreate and an
  76.           explicit DSassigncstr instead.
  77.         * dynstr.h : Redid prototypes for dynstr.c functions with cproto and
  78.           incorporated them here.
  79.         * error.c: Added patch from Michael Kallas.
  80.  
  81. 2003-04-29 Gregory Pietsch <GKP1@flash.net>
  82.         * configure.in : New test for memcpy() (HAVE_MEMCPY).
  83.         * dynstr.c : New fallback implementations of memset(), bcmp(),
  84.           bcopy().
  85.         * edlib.c : New fallback implementation of strchr().
  86.         * Makefile.am : include files config-h.bc, config-h.msc, Makefile.bc
  87.           in EXTRA_DIST area.
  88.         * New version: 1.2 released.
  89.  
  90. 2003-03-05 Gregory Pietsch <GKP1@flash.net>
  91.         * Makefile.bc : New file from Jim Hall <jhall@freedos.org>.
  92.         * config-h.bc : New file.
  93.         * dynstr.c dynstr.h : New files - renamed from dynstring.c and
  94.           dynstring.h.
  95.         * dynstring.c dynstring.h : Deleted.
  96.         * NEWS : modified.
  97.         * README : modified to include Borland C++ directions.
  98.         * dynstr.c (HAVE_BCMP) : include fallback implementation of bcmp().
  99.         * dynstr.c (HAVE_BCOPY) : include fallback implementation of bcopy().
  100.         * config.h.in : regenerated.
  101.         * config-h.msc config-h.bc : new defines for HAVE_BCMP, HAVE_BCOPY, 
  102.           HAVE_INDEX.
  103.         * New version: 1.1 released.
  104.  
  105. 2003-03-03 Gregory Pietsch <GKP1@flash.net>
  106.         * Initial entry.
  107.         * AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in
  108.           NEWS README aclocal.m4 config.h.in configure configure.in
  109.           depcomp dynstring.c dynstring.h edlib.c edlib.h
  110.           edline.c error.c error.h install-sh missing
  111.           mkinstalldirs xmalloc.c xmalloc.h : New files.
  112.         * TODO config-h.msc edline.dsw edline.dsp : New files.
  113.         * Version 1.0 released.
  114.  
  115.